home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Designer's Club 1998 June
/
Designer's Club 1998 June.iso
/
mac
/
Idea Source@
/
Writing.Dir
/
00009_Script_gunhand
< prev
next >
Wrap
Text File
|
1998-04-28
|
184b
|
12 lines
on mousewithin
cursor 200
set the visible of sprite 50 to true
updatestage
end
on mouseleave
cursor -1
set the visible of sprite 50 to false
updatestage
end